home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / _BBS / WC30 / DOIT.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-07-12  |  273 b   |  9 lines

  1. rem %1 == disc directory
  2. rem %3 == file name
  3. if exist %cdrom%%1\00_index.%in_language% goto ok
  4. echo no such file: %cdrom%%1\00_index.%in_language% >> logfile
  5. goto end
  6. :ok
  7. %cdrom%\_bbs\c %in_type% wildcat %cdrom%%1 %output%\allfiles.%in_language% %in_language%
  8. :end
  9.